home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / comm / www / YAMMRexxScript.lha / MuiRexxScripts.readme
Text File  |  1997-09-30  |  3KB  |  82 lines

  1. Short:    3 YAM scripts: Spellchecker, Address searcher, and a acronym/smiley dictionary.
  2. Uploader: vtnt@newnorth.net (Frank E Lahr)
  3. Author:   vtnt@newnorth.net (Frank E Lahr)
  4. Type:     comm/www
  5. Requires: YAM, MUIRexx, and MUI 
  6. Version:  MUIRexxScripts version 1.0 9-01-97
  7.  
  8. -------------------------------------------------
  9. MUIRexxScripts:
  10.  
  11. This archive contains 3 rexx scripts that allow you to do
  12. the following:
  13.  
  14. Script #1:
  15.  
  16.      -- SpellChecker.rexx -- 
  17.      This script allows you to use AlphaSpell within YAM.
  18. You will not be able to highlight a word in YAMs editor and
  19. then send it to AlphaSpell, but the rexx script will open
  20. a window which allows you to spellcheck the document or a
  21. word. And then it will bring the results of the spellcheck
  22. back to YAM, with suggestions if needed. There is a demo
  23. version of AlphaSpell on Aminet, but you will have put up 
  24. with nerve requesters until you register.
  25.  
  26. Script #2:
  27.  
  28.      -- FindAddresses.rexx --
  29.      This script will search a selected YAM email and return
  30. a list of all found internet addresses in a window lister. 
  31. Which will then allow you to send that address to another
  32. program. That program can be either of the following:
  33.  
  34.      AWeb (http), IBrowse (http), DOpus (ftp) and back to YAM
  35.  
  36. Those are the only supported programs right now. Any program
  37. that has an arexx port can be used actually. With sending it
  38. back to YAM you can either insert the address into the address
  39. book, or it can be made into a letter with contents optional.
  40.  
  41. Script #3:
  42.  
  43.      -- Smileys&Acronyms.rexx --
  44.      This script will open a window which will show you the 
  45. meanings of certain Internet lingo. Smileys are those faces
  46. you see, :-) , :-( , =:^\ , etc... about 200 different ones.
  47. Acronyms are those intials, usually capital, that stand for
  48. something special. BTW, AFAIK, FYI, FUBAR :-), etc...about 30.
  49.  
  50. Installation:
  51.  
  52.      All scripts must be in a sub-directory of "Yam:rexx" called
  53. "MUIRexxScripts". Example: "Yam:rexx/MUIRexxScripts/". Inside
  54. this directory will contain all the rexx scripts from this archive.
  55. There will be 6 arexx scripts, plus the 2 words lists. The two
  56. words are optional, since my program will make the word lists
  57. if they are not found.
  58.  
  59. Next you will have to open YAMs config file and insert the rexx
  60. scripts into YAMs menu. Insert the "Start" rexx scripts, not the
  61. main rexx scripts. MUIrexx scripts will not work if you do not
  62. use the "Start"... scripts. 
  63.  
  64. Example: (Yam ".config" file)
  65.  
  66. RexxMenu4       = YAM:Rexx/MUIRexxScripts/StartFindAddresses.rexx
  67. RexxMenu5       = YAM:Rexx/MUIRexxScripts/StartSpellChecker.rexx
  68. RexxMenu6       = YAM:Rexx/MUIRexxScripts/StartSmileys&Acronyms.rexx
  69.  
  70. --
  71.  
  72. And of course, you will have to download the AlphaSpell archive 
  73. and install that separately.
  74.  
  75. That's all folks  :)
  76.  
  77.  
  78.       ----------------------------------------------
  79.               Frank Lahr -- Visual Tnt (VTnt)
  80.                  email: vtnt@newnorth.net
  81.               http://www.newnorth.net/~vtnt
  82.